PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

Filesharing Privilege Icon Constants

Icon Services defines constants for a number of standard filesharing privilege icons. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.

enum {
    kSharingPrivsNotApplicableIcon      = FOUR_CHAR_CODE('shna'),
    kSharingPrivsReadOnlyIcon           = FOUR_CHAR_CODE('shro'),
    kSharingPrivsReadWriteIcon          = FOUR_CHAR_CODE('shrw'),
    kSharingPrivsUnknownIcon            = FOUR_CHAR_CODE('shuk'),
    kSharingPrivsWritableIcon           = FOUR_CHAR_CODE('writ')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)